-
- 425 views
- 1 answers
- 0 votes
-
I use the django framework to do my task, I want to optimize my code in the template file. Here …
- 412 views
- 1 answers
- 0 votes
-
How safe is using if statements in html templates with django? Eg. {% if post.visibility == ‘PUBLIC’ %} show something…. …
- 387 views
- 2 answers
- 0 votes
-
I am using Microsoft SQL Server 2016. I can use it in another version. I have variables of an html …
- 388 views
- 2 answers
- 0 votes
-
- 438 views
- 0 answers
- 0 votes
-
- 389 views
- 1 answers
- 0 votes
-
Here is my forms.py file where addmanagerform function is defined from django import forms from bus_booking.models import Manager, Staff, Bus, …
- 362 views
- 1 answers
- 0 votes
-
- 363 views
- 2 answers
- 0 votes
-
The code here generates a list of cards using the for loop. These cards are to be put in a …
- 348 views
- 1 answers
- 0 votes